type crypto/internal/fips140/hmac.errCloneUnsupported

7 uses

	crypto/internal/fips140/hmac (current package)
		hmac.go#L133: type errCloneUnsupported struct{}
		hmac.go#L135: func (e errCloneUnsupported) Error() string {
		hmac.go#L139: func (e errCloneUnsupported) Unwrap() error {
		hmac.go#L149: 		return nil, errCloneUnsupported{}
		hmac.go#L153: 		return nil, errCloneUnsupported{}
		hmac.go#L158: 		return nil, errCloneUnsupported{}
		hmac.go#L162: 		return nil, errCloneUnsupported{}